home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / pfed_105.zip / SAMPLES.ZIP / DOORWAY.BAT < prev    next >
DOS Batch File  |  1994-05-24  |  826b  |  29 lines

  1.  
  2. rem *** SAMPLE PCBOARD PFED DOORWAY DOOR BATCH FILE ***
  3. rem ***   Make sure to change paths and com ports   ***
  4.  
  5. @echo off
  6. cls
  7. set box=no
  8. l:
  9. cd\bbs\pfed
  10.  
  11. doorway com2 /b:x /v:d^O /m:600 /g:on /o:t /k:v0 /s:l:\bbs\pcb\node%pcbnode% /p:pfed.exe -r
  12.  
  13. rem com2           = Comm Port [CHANGE THIS! (if necessary)]
  14. rem /b:x           = skip line 25
  15. rem /v:d^O         = Video - direct screen writes
  16. rem /m:600         = Mins allowed in Doorway
  17. rem /g:on          = ANSi graphics ON
  18. rem /o:t            = Skip Doorway screen
  19. rem /k:v0          = keyboard timeouts (off)
  20. rem /s:path        = dir to locate PCBoard.sys file [CHANGE THIS!]
  21. rem /p:pfed -r     = run PFED with -r remote switch
  22.  
  23. set box=
  24. l:
  25.  
  26. if not "%INPCB%" == "Y" %pcbdrive%
  27. if not "%INPCB%" == "Y" cd %pcbdir%
  28. if not "%INPCB%" == "Y" board
  29.